*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Times New Roman', Times, serif;
}
/* Navigation Bar */
#nav{
    width: 100%;
    height: 10vh;
    background-color: red;
    position: sticky;
    top: 0px;
}
.navrap{
    width: 80%;
    margin: auto;
    /* background-color:aqua; */
    height: 10vh;
}
.logo{
    position: absolute;
}
.logo img{
    height: 8vh;
    padding-top: 15px;
    margin-right: 10px;
}
.logo h1{
    color: white;
    font-size: 55px;
}
.menu{
    float: right;
}
.menu ul{
    margin-top: 28px;
}
.menu ul li{
    display: inline;
}
.menu ul li a{
    text-decoration: none;
    padding-left: 25px;
    font-size: 20px;
    font-weight: bolder;
    transition: 0.2s;
    color:white;
    font-size: 20px;
    padding: 0 10px;
    margin: 0 10px;
}
.menu ul li a:hover {
    background-color:white;
    color:red;
    padding: 24px 3px;
}
/* Middle */
.mid{
    width: 100%;
    height: 82vh;
    background-color:white;
}
.midrap{
    width: 80%;
    margin: auto;
    padding-top: 40px;
}
.midrap h1{
    color: black;
    text-align: left;
    font-size: 40px;
}
.midrap h2{
    color: black;
    text-align: left;
    font-size: 20px;
    padding-top: 15px;
}
.midrap1{
    width: 80%;
    margin: auto;
    padding-top: 40px;
}
.container1 table tr th{
    font-size: 30px;
    margin-left: 200px;
}
#name1{
    width: 200%;
    height: 6vh;
    margin-left: 100px;
    border-radius: 10px;
    padding-left: 6px;
    color: black;
    font-size: 20px;
}
.container2 table tr th{
    font-size: 30px;
    margin-left: 200px;
    padding-top: 20px;
}
#name2{
    width: 200%;
    height: 6vh;
    margin-left: 100px;
    border-radius: 10px;
    padding-left: 6px;
    color: black;
    font-size: 20px;
}
.container3 table tr th{
    font-size: 30px;
    margin-left: 200px;
    padding-top: 20px;
}
#name3{
    width: 220%;
    height: 6vh;
    margin-left: 70px;
    border-radius: 10px;
    padding-left: 6px;
    color: black;
    font-size: 20px;
}
.container4 table tr th{
    font-size: 30px;
    margin-left: 200px;
    padding-top: 20px;
}
#name4{
    width: 230%;
    height: 6vh;
    margin-left: 50px;
    border-radius: 10px;
    padding-left: 6px;
    color: black;
    font-size: 20px;
}
.container5 table tr th{
    font-size: 30px;
    margin-left: 200px;
    padding-top: 20px;
}
#name5{
    width: 240%;
    height: 6vh;
    margin-left: 35px;
    border-radius: 10px;
    padding-left: 6px;
    color: black;
    font-size: 20px;
}
.box{
    background-color: rgb(2, 2, 43);
    margin-top: 50px;
    width: 15%;
    border-radius: 5px;
    margin-left: 510px;
    height: 8vh;
}
.box h2{
    font-size: 25px;
    text-align: center;
    color: whitesmoke;
}
.box:hover{
    background-color: green;
    box-shadow: 3px 3px 8px 8px;
}
/* Middle */
.mid2{
    width: 100%;
    height: 80vh;
    background-color:white;
}
.midrap2{
    width: 80%;
    margin: auto;
    padding-top: 40px;
}
.box1{
    background-color: blue;
    border-radius: 25px;
}
.box1 h1{
    text-align: center;
    color: whitesmoke;
    font-size: 40px;
}
.box1:hover{
    background-color: red;
    border-right: 6px solid rgb(65, 2, 2);
    border-bottom: 6px solid rgb(65, 2, 2);
}
.box2{
    background-color: blue;
    border-radius: 25px;
    margin-top: 20px;
}
.box2 h1{
    text-align: center;
    color: whitesmoke;
    font-size: 38px;
}
.box2:hover{
    background-color: red;
    border-right: 6px solid rgb(65, 2, 2);
    border-bottom: 6px solid rgb(65, 2, 2);
}
.midrap3{
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 10px;
    padding-top: 50px;
}
.box3 h2{
    color: black;
    font-size: 30px;
    text-align: left;
}
.box3 h3{
    color: black;
    font-size: 20px;
    text-align: left;
    padding-top: 30px;
}
.box4 h2{
    color: black;
    font-size: 30px;
    text-align: left;
}
.box4 h3{
    color: maroon;
    font-size: 25px;
    text-align: left;
    padding-top: 30px;
}
.box4 h4{
    color:rgb(48, 44, 44);
    font-size: 20px;
    text-align: left;
    padding-top: 5px;
}
.box5 h2{
    color: black;
    font-size: 30px;
    text-align: right;
}
.box6{
    background-color: darkblue;
    margin-top: 20px;
    height: 6vh;
    border-radius: 15px;
}
.box6 h5{
    color: whitesmoke;
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
}
.box6:hover{
    background-color: rgb(171, 4, 121);
    box-shadow: 3px 3px 7px 7px;
}
.box7{
    background-color: darkblue;
    margin-top: 20px;
    height: 6vh;
    border-radius: 15px;
}
.box7 h5{
    color: whitesmoke;
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
}
.box7:hover{
    background-color: rgb(171, 4, 121);
    box-shadow: 3px 3px 7px 7px;
}
/* Footer */
.foot{
    width: 100%;
    height: 60vh;
    background-color: darkred;
}
.footrap{
    width: 80%;
    margin: auto;
    margin-top: 40px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 10px;
}
.box46 img{
    height: 10vh;
    margin-top: 8px;
    margin-left: 85px;
}
.box46 h1{
    color: yellow;
    text-align: center;
    font-size: 25px;
    padding-top: 60px;
}
.box46 h2{
    color: whitesmoke;
    text-align: center;
    font-size: 25px;
    padding-top: 12px;
    font-weight: bolder;
}
.box47 h1{
    color: yellow;
    text-align: center;
    font-size: 30px;
    padding-top: 60px;
}
.box47 h2{
    color: whitesmoke;
    text-align: center;
    font-size: 25px;
    padding-top: 12px;
    font-weight: bolder;
}
.box48 h1{
    color: yellow;
    text-align: center;
    font-size: 30px;
    padding-top: 60px;
}
.box48 h2{
    color: whitesmoke;
    text-align: center;
    font-size: 25px;
    padding-top: 12px;
    font-weight: bolder;
}
.box49 h1{
    color: yellow;
    text-align: center;
    font-size: 30px;
    padding-top: 60px;
}
.box49 h2{
    color: whitesmoke;
    text-align: center;
    font-size: 25px;
    padding-top: 12px;
    font-weight: bolder;
}
.box49 h2 a{
    text-decoration: none;
    color: whitesmoke;
    font-weight: bolder;
}
.footrap1{
    width: 80%;
    margin: auto;
    padding-top: 30px;
}
.box50 h3{
    text-align: center;
    font-size: 40px;
    color: whitesmoke;
}
.box50 i12{
    font-size: 50px;
    color: yellow;
    margin-left: 435px;
    padding-top: 30px;
}
.box50 i13{
    font-size: 50px;
    color: yellow;
    margin-left: 50px;
}
.box50 i14{
    font-size: 50px;
    color: yellow;
    margin-left: 50px;
}
.box50 i15{
    font-size: 50px;
    color: yellow;
    margin-left: 50px;
}
/* Footer */
.foot2{
    width: 100%;
    height: 6vh;
    background-color: red;
}
.footrap2{
    width: 80%;
    margin: auto;
}
.footrap2 h1{
    color: whitesmoke;
    font-size: 22px;
    text-align: center;
    padding-top: 8px;
}